#include <windows.h>
#include <vector>
#include <commctrl.h>
#include "classes/tstring/tstring.h"
Go to the source code of this file.
Classes | |
struct | LOADINFO |
mIRC DLL Loading Structure More... | |
struct | mIRCDLL |
DCX DLL mIRC Information Structure. More... | |
struct | XSwitchFlags |
Switch Parameters Container. More... | |
Defines | |
#define | mIRC(x) int __stdcall WINAPI x( HWND mWnd, HWND aWnd, char * data, char * parms, BOOL, BOOL ) |
mIRC Function Alias | |
#define | mIRC_ID_OFFSET 6000 |
mIRC Dialog ID Offset | |
#define | ret(x) { lstrcpy( data, x ); lstrcat( data, "\0" ); return 3; } |
Return String DLL Alias. | |
#define | XPOPUPMENUCLASS "XPopupMenu32" |
XPopupMenu Window Class Name. | |
Functions | |
void | mIRCcom (const char *data) |
mIRC /command function | |
void | mIRCError (const char *data) |
blah | |
void | mIRCeval (const char *text, char *res) |
mIRC $identifier evaluation function | |
LRESULT CALLBACK | mIRCSubClassWinProc (HWND mHwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
blah |
This file contains constant, alias and variable type defintions.
© ScriptsDB.org - 2006
|
mIRC /command function blah |
|
blah blah |
|
mIRC $identifier evaluation function blah |
|
blah blah |